home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / Macintosh Sample Code / SC.018.StdFile / PStdFile.make < prev    next >
Encoding:
Text File  |  1994-11-18  |  886 b   |  45 lines  |  [TEXT/MPS ]

  1. #
  2. #    Apple Macintosh Developer Technical Support
  3. #
  4. #    Standard File Sample Application
  5. #
  6. #    StdFile
  7. #
  8. #    PStdFile.make    -    Make Source
  9. #
  10. #    Copyright © 1989 Apple Computer, Inc.
  11. #    All rights reserved.
  12. #
  13. #    Versions:    
  14. #                1.00                04/89
  15. #                2.00                05/90
  16. #                2.01                06/92
  17. #
  18. #    Components:
  19. #                StdFile.p            April 1, 1989
  20. #                StdFile.h            April 1, 1988
  21. #                StdFile.r            April 1, 1988
  22. #                PStdFile.make        April 1, 1988
  23. #
  24. #   Target:     PStdFile
  25. #   Sources:    StdFile.p StdFile.r
  26.  
  27.  
  28. PStdFile ƒƒ PStdFile.make StdFile.r
  29.     Rez StdFile.r -append -d AppName='"PStdFile"' -o PStdFile
  30.  
  31. PStdFile ƒƒ PStdFile.make StdFile.p.o
  32.     Link -w -t APPL -c sc18         ∂
  33.         StdFile.p.o                    ∂
  34.         "{Libraries}"Runtime.o        ∂
  35.         "{Libraries}"Interface.o    ∂
  36.         "{PLibraries}"PasLib.o         ∂
  37.         "{Libraries}"ToolLibs.o        ∂
  38.         -o PStdFile
  39.         SetFile PStdFile -t APPL -c sc18 -a B
  40.         
  41. StdFile.p.o ƒ PStdFile.make StdFile.p
  42.      Pascal  StdFile.p
  43.  
  44.  
  45.